home *** CD-ROM | disk | FTP | other *** search
/ Dynamic Graphics Magazine (Alt) / Dynamic Graphics Magazine (Version B).iso / pc / dgm / emain.dir / 00003.ls < prev    next >
Encoding:
Text File  |  1997-03-25  |  147 b   |  11 lines

  1. on mouseDown
  2.   puppetSound("BUMP")
  3.   updateStage()
  4.   if soundBusy(1) then
  5.     nothing()
  6.   else
  7.     puppetSound(0)
  8.   end if
  9.   go(the frame + 1)
  10. end
  11.